home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples2.0.Lha / Examples / HBMsg / ReadMe < prev    next >
Encoding:
Text File  |  1994-05-10  |  976 b   |  26 lines

  1. HBMsg.bas - A simple BASIC message browser AREXX host
  2. =====================================================
  3.  
  4. (c) Copyright 1994 HiSoft.
  5.  
  6. This is a reasonably complex example showing how a simple message browser
  7. might be constructed in BASIC. A number of example files for binding TurboText
  8. (a popular programmers editor) to it are also included. Note that all files
  9. are still very much an example rather than a complete application;
  10. considerably more work is required to 'finish' this as a message browser!
  11.  
  12. The various elements present (which could be cut out and reused) are:
  13.  
  14. Common command and tooltype parsing to allow either a CLI or Workbench style
  15. start.
  16.  
  17. ARexx host creation, together with standardised command and parameter parsing
  18.  
  19. Mutiple ARexx command invocation
  20.  
  21. Standard Intuition IDCMP message handling
  22.  
  23. Standard scroll bar handling and generation, together with optimised scrolling
  24.  
  25. The example will work on versions of Workbench 2.0 or later (V36 and above)
  26.